home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / thewiz.zip / WIZARD.BAT < prev   
DOS Batch File  |  1992-01-23  |  935b  |  40 lines

  1. echo off
  2. cls
  3. echo The Wizard (c) 1992
  4. echo By Corey Roome
  5. echo Version 1.0
  6. echo.
  7. echo.
  8. echo Instructions:
  9. echo.
  10. echo Use the arrow keys to move around
  11. echo Press INSERT to select option
  12. echo Press DEL to toggle between move and draw
  13. echo Press + and - at any time to adjust the spacing.
  14. echo Pressing F10 while drawing will cancel what you have drawn.
  15. echo Pressing C while drawing toggles the colors.
  16. echo.
  17. echo The Blank ICON on the screen is for FLOOD FILL, but you can press F when
  18. echo drawing.
  19. echo.
  20. echo Special Text Instructions:
  21. echo.
  22. echo Press F10 when done typing
  23. echo Then press '.'
  24. echo.
  25. pause
  26. cls
  27. echo.
  28. echo You may distribute this program freely, but YOU MUST include all the
  29. echo files found in WIZARD.ZIP
  30. echo.
  31. echo If you like this program, please send donations and comments to:
  32. echo.
  33. echo Corey Roome
  34. echo 4416 W Meadow Cir E
  35. echo Mequon, WI    53092
  36. echo.
  37. pause
  38. WIZ
  39. echo on
  40.